\rcube_browser

Provide details about the client's browser based on the User-Agent header

Summary

Methods
Properties
Constants
__construct()
$ver
$win
$mac
$linux
$unix
$webkit
$opera
$chrome
$ie
$edge
$safari
$mz
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$ver

$ver : float

Type

float — Browser version

$win

$win : bool

Type

bool — Browser OS is Windows

$mac

$mac : bool

Type

bool — Browser OS is Mac

$linux

$linux : bool

Type

bool — Browser OS is Linux

$unix

$unix : bool

Type

bool — Browser OS is Unix

$webkit

$webkit : bool

Type

bool — Browser uses WebKit engine

$opera

$opera : bool

Type

bool — Browser is Opera

$chrome

$chrome : bool

Type

bool — Browser is Chrome

$ie

$ie : bool

Type

bool — Browser is Internet Explorer

$edge

$edge : bool

Type

bool — Browser is Edge

$safari

$safari : bool

Type

bool — Browser is Safari

$mz

$mz : bool

Type

bool — Browser is Mozilla Firefox

Methods

__construct()

__construct() : mixed

Object constructor

Returns

mixed —